home *** CD-ROM | disk | FTP | other *** search
/ Mr. Wonder's Greatest Toyshop on Earth / Mr. Wonder's Greatest Toyshop on Earth (1996)(OmniMedia)[PC-Mac].iso / pc / demo / kpmovie.dir / 00008_Script_8 < prev    next >
Text File  |  1996-02-29  |  245b  |  18 lines

  1. on exitFrame
  2.   
  3.   if rollover(3) then 
  4.     go "food"  
  5.   else
  6.     if rollover(4) then 
  7.       go "magic"
  8.     else
  9.       if rollover(5) then
  10.         go "quit"
  11.       else
  12.         go "menu"
  13.       end if
  14.     end if
  15.   end if
  16.   
  17.   
  18. end